\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=67
\key g\major
g'4 d'4 b4 a8. g16 | a16 b8.( b2.) |
}
chordNames = \chordmode {
e2:m c2 | g1 |
}
songtext = \lyricmode {}
\include "../template.ly"
\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=67
\key g\major
g'4 d'4 b4 a8. g16 | a16 b8.( b2.) |
g4 d'4 b4 a8. g16( | g1) |
}
chordNames = \chordmode {
e2:m c2 | g1 |
e2:m c2 | g1
}
songtext = \lyricmode {}
\include "../template.ly"